object DemoForm: TDemoForm Left = 323 Top = 389 Width = 635 Height = 455 Caption = 'ScGraph Demo' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIForm Menu = MainMenu1 Position = poDefault OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object MainMenu1: TMainMenu Left = 584 Top = 16 object File1: TMenuItem Caption = 'File' GroupIndex = 1 ShortCut = 0 object Exit1: TMenuItem Caption = 'Exit' GroupIndex = 4 ShortCut = 0 OnClick = Exit1Click end end object Demos1: TMenuItem Caption = 'Demos' GroupIndex = 3 ShortCut = 0 object Plotting1: TMenuItem Caption = 'Plotting' ShortCut = 0 OnClick = Plotting1Click end object Titles1: TMenuItem Caption = 'Titles' ShortCut = 0 OnClick = Titles1Click end object Axes1: TMenuItem Caption = 'Axes' ShortCut = 0 OnClick = Axes1Click end object Grids1: TMenuItem Caption = 'Grids' ShortCut = 0 OnClick = Grids1Click end end object Help1: TMenuItem Caption = 'Help' GroupIndex = 9 ShortCut = 0 object About1: TMenuItem Caption = 'About' ShortCut = 0 OnClick = About1Click end end end object PrintDialog1: TPrintDialog Left = 488 Top = 16 end object PrinterSetupDialog1: TPrinterSetupDialog Left = 536 Top = 16 end end